This wraps the ObjectARX AcDb3dSolid::createLoftedSolid () method
Public virtual Function CreateLoftedSolid( crossSections As LoftProfile[], guides As LoftProfile[], path As LoftProfile, loftOptions As LoftOptions ) As void
public virtual void CreateLoftedSolid( LoftProfile\[\] crossSections, LoftProfile\[\] guides, LoftProfile path, LoftOptions loftOptions );
Comments? |